﻿#footer {
    background-color: #CCCCCC;
    color: #eee;
    padding: 8px 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.dibs_brand_assets {
    padding: 8px 5px;
    position: fixed;
    bottom: 100px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid transparent;*/
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
}

.active-lang-flag {
    max-height: 24px !important;
    max-width: 32px !important;
}

.inactive-lang-flag {
    max-height: 15px !important;
    max-width: 20px !important;
}

.clickable-element {
    cursor: pointer;
}

.receiptTable {
    font-family: "Courier New";
    /* background-color: aqua; */
    font-size: min(3vw, 18px);
}

.receiptTableRowCell {
    white-space: pre; /* show all white spaces, since they are used to align text. table cell default is to collapse multiple spaces */
}

.receiptTableRowCell:empty:after{
    content: "\00a0"; /* add an invisible character to empty lines, to make them display at the same height as lines with text */
    /* background-color: pink; */
}

.card8-info-paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
}

.card8-one-line-thing {
    display: block;
}